if (do_name() != 'Home') : ?>
Reference | strokewidth()
endif ?> Syntax
strokewidth(width)
Description Sets the width of the stroke used for lines around shapes, paths and text.
Returns the current stroke width
Example
include("util/comment.php"); ?>
nofill() stroke(0.2) strokewidth(1.5) rect(10, 10, 20, 40) strokewidth(3) rect(40, 10, 20, 40)